home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
misc
/
splines.lha
/
Splines
/
Proto
/
bspline_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-16
|
331 b
|
14 lines
/* Prototypes for functions defined in
bspline.c
*/
void Draw_Natural_Bspline(WINDOW * w,
DLISTPTR control_points);
void Draw_TripleKnot_Bspline(WINDOW * w,
DLISTPTR control_points);
void Draw_Closed_Bspline(WINDOW * w,
DLISTPTR control_points);